Auto merge of #2891 - upsuper:fix-search-path, r=alexcrichton
authorbors <bors@rust-lang.org>
Mon, 18 Jul 2016 23:20:20 +0000 (16:20 -0700)
committerGitHub <noreply@github.com>
Mon, 18 Jul 2016 23:20:20 +0000 (16:20 -0700)
Search dylib path from cargo before system

Cargo should have more knowledge about what it is looking for, and thus its paths should be more correct compared to system's. When there are conflicts, the search paths provided by the build system should take priority.


Trivial merge